Python3Script Xojo Plugin

Python3Instance Class (console safe)

Class that represents a instance of a python 3 class.

Python3Object
   Python3Instance

class Python3Instance

Properties

Name (Inherited) (console safe) Returns the name of the object.

Methods

BooleanField (console safe) Gets or sets a boolean field on the class instance.
DeleteAttribute (console safe) Deletes attribute from the Python class.
DoubleField (console safe) Gets or sets a double field on the class instance.
GetFunction (console safe) Gets a function by name from to execute from the class instance.
HasAttribute (console safe) Checks if the class instance has attribute with a given name
Int32Field (console safe) Gets or sets a Int32 field on the class instance.
Int64Field (console safe) Gets or sets a Int64 field on the class instance.
ObjectField (console safe) Gets or sets a object field on the class instance.
StringField (console safe) Gets or sets a string field on the class instance.
UInt64Field (console safe) Gets or sets a UInt64 field on the class instance.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit